@charset "utf-8";

/*
    Copyright @ mobile.yigaojiaju.com 
    Date: 2021-08-09
    author:GentleSevenV
*/

@font-face {
  font-family: "HarmonyOS Sans SC";
  src: url("../font/HarmonyOS_Sans_SC.woff2") format("woff2"),
    url("../font/HarmonyOS_Sans_SC.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  font-family: "HarmonyOS Sans SC";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
}

body {
  width: 100%;
  margin: 0 auto;
  max-width: 750px;
  padding-top: 66px;
  background: #f9f9f9;
}

img {
  display: block;
  border: none;
}

/*去ios默认表单样式*/
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

/*特殊共用字体*/
@font-face {
  font-family: "DIN Medium";
  src: url("../font/DIN Medium.woff2") format("woff2"),
    url("../font/DIN Medium.woff") format("woff"),
    url("../font/DIN Medium.ttf") format("truetype"),
    url("../font/DIN Medium.eot") format("embedded-opentype"),
    url("../font/DIN Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/*网站图标字体库-阿里巴巴图标库*/

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*主导航菜单开始*/
.navbar {
  width: 100%;
  max-width: 750px;
  height: 66px;
  margin: 0 auto;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 999;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
  border-bottom: 1px solid #e2e2e2;
}

.hide {
  top: -66px;
}

.show {
  top: 0;
}

.nav {
  height: 66px;
  padding: 0 4%;
  display: -webkit-flex;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  background: #021a54;
}

.nav > .iconfont {
  font-size: 26px;
  color: #fff;
}

.nav img {
  height: 24px;
}

.navbar a {
  display: block;
}

.navbar.on .nav-con {
  display: block;
}

.subnav.on .subnav-con {
  display: block;
}

.navbar .nav-con {
  background: #fff;
  padding: 8px 0;
  color: #999;
  display: none;
  border-top: 1px solid #f7c252;
}

.subnav .subnav-con {
  padding: 8px 0 0 0;
  color: #999;
  display: none;
}

.nav-con {
  width: 100%;
}

.nav-con > a,
.nav-con > div {
  width: 92%;
  margin: 0 auto;
  padding: 15px 0;
  display: block;
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #eeeeee;
}

.nav-con > div {
  padding: 15px 0;
}

.subnav-con a {
  width: 92%;
  margin: 0 auto;
  padding: 10px 0;
  display: block;
  font-size: 18px;
  color: #333;
}

.nav-con .iconfont {
  font-size: 20px;
}

.nav-con > a:nth-last-child(1) {
  border: none;
}

.nav-con > a,
.subnav > p,
.subnav-con li a {
  display: -webkit-flex;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}

/*主导航菜单结束*/

/*靠近footer的表单*/

.jdaldet-bj p {
  font-size: 22px;
  font-weight: bold;
  color: #f7c252;
  text-align: center;
  line-height: 26px;
}

.jdaldet-bj p span {
  font-weight: normal;
  font-size: 18px;
  color: #f5f5f5;
}

.jdaldet-bj b {
  color: #f7c252;
}

.jdaldet-bj > span {
  display: block;
  width: 50px;
  margin: 0 auto;
  height: 10px;
  border-bottom: 1px solid #f7c252;
}

#jdal_form > div {
  width: 100%;
  height: 52px;
  border-radius: 26px;
  line-height: 50px;
  margin-top: 5%;
  background: #fff;
}

.jdaldet-bj select,
.jdaldet-bj input {
  background: none;
  height: 50px;
  line-height: 50px;
  width: 100%;
  font-size: 16px;
  color: #666;
  outline: none;
  border: none;
  padding-left: 5%;
  letter-spacing: 1px;
  border-radius: 0;
  box-shadow: none;
  -webkit-appearance: none;
}

input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
}

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url("../images/select_down.png") 95% center no-repeat;
  background-size: 5%;
}

select option {
  color: #666;
}

.tips {
  font-size: 12px;
  color: #999;
  text-align: center;
  display: block;
  margin: 15px auto 0;
}

.jdaldet-bjbtn {
  width: 100%;
  margin: 10px auto 0;
  background: none !important;
  display: -webkit-flex;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}

.jdaldet-bjbtn > div {
  width: 48%;
  font-size: 18px;
  color: #12214c;
  background: url(../images/btnbg.jpg) top center repeat-x;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  text-align: center;
}

.jdaldet-bjbtn > a {
  display: block;
  width: 48%;
  font-size: 18px;
  color: #12214c;
  background: #f7c252;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
  text-align: center;
}

/*网站footer开始*/
.footer {
  background: #fff;
  margin-top: 2%;
}

.logo-btm {
  width: 100%;
  height: 70px;
  padding-top: 26px;
  border-bottom: 1px solid #f7c252;
}

.logo-btm > img {
  height: 17px;
  margin: 0 auto;
}

.accordion {
  width: 100%;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px;
  color: #323232;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #fff;
}

.accordion li:last-child .link {
  border-bottom: 1px solid #ccc;
}

.accordion li i {
  position: absolute;
  top: 18px;
  right: 15px;
  font-size: 18px;
  color: #595959;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.iconfont {
  right: 15px;
  left: auto;
  font-size: 18px;
}

.accordion li.open .link {
  color: #f7c252;
}

.accordion li.open i {
  color: #f7c252;
}

.accordion li.open i.iconfont {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*submenu*/

.submenu {
  display: none;
  background: #f5f5f5;
  font-size: 16px;
}

.submenu li {
  border-bottom: 1px solid #ededed;
}

.submenu a {
  display: block;
  text-decoration: none;
  color: #999;
  padding: 12px;
  padding-left: 30px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.submenu a:hover {
  background: #f5f5f5;
  color: #f7c252;
}

.footer p {
  font-size: 12px;
  line-height: 20px;
  color: #323232;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 4% 4% 6%;
  background: #e6e6e6;
}

.contact-path {
  width: 92%;
  margin: 6% auto;
  display: -webkit-flex;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.contact-path > a {
  width: 20%;
  display: block;
  text-align: center;
}

.contact-path > a > span {
  width: 100%;
  font-size: 30px;
  color: #333;
}

.footer p a {
  font-size: 12px;
  color: #323232;
}

.footer p a img {
  width: 3%;
  display: inline-block;
  vertical-align: middle;
}

/*网站footer结束*/
